home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / src / lib / H / planner / cfi.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  1007 b   |  12 lines

  1. /*$Header: /private/postgres/src/lib/H/planner/RCS/cfi.h,v 1.5 1991/11/15 16:22:09 hong Exp $*/
  2. extern LispValue intermediate_rule_lock_data ARGS((LispValue type, LispValue attribute, LispValue plan));
  3. extern LispValue intermediate_rule_lock ARGS((LispValue rule_id, LispValue priority, LispValue type, LispValue is_early, LispValue rule_lock_intermediate_data_list));
  4. extern LispValue print_rule_lock_intermediate ARGS((LispValue rule_lock_intermediate));
  5. LispValue rule_insert_catalog ARGS((void));
  6. extern List index_info ARGS((bool not_first, int relid));
  7. extern List index_selectivity ARGS((ObjectId indid, List classes, List opnos, ObjectId relid, List attnos, List values, List flags, int32 nkeys));
  8. extern LispValue find_inheritance_children ARGS((LispValue relation_oid));
  9. extern LispValue find_version_parents ARGS((LispValue relation_oid));
  10. extern int32 function_index_info ARGS((int32 function_oid, int32 index_oid));
  11. extern int32 function_index_info ARGS((int32 function_oid, int32 index_oid));
  12.